• 
      

    Move Review Board's propertyUtils.js into Djblets.

    Review Request #6159 — Created July 28, 2014 and submitted

    Information

    Djblets
    release-0.8.x
    2b73609...

    Reviewers

    The config form code was trying to call out to $.bindProperty, which was
    in Review Board's propertyUtils.js. This change moves that codebase over
    into Djblets, renaming it to jquery.gravy.backboneUtils.

    Saw the new unit tests, which passed.

    Removed the old code in Review Board. Tests still passed.

    reviewbot
    1. Tool: PEP8 Style Checker
      Processed Files:
          djblets/settings.py
      
      Ignored Files:
          djblets/static/djblets/js/tests/backboneUtilsTests.js
          djblets/static/djblets/js/jquery.gravy.backboneUtils.js
      
      
      
      Tool: Pyflakes
      Processed Files:
          djblets/settings.py
      
      Ignored Files:
          djblets/static/djblets/js/tests/backboneUtilsTests.js
          djblets/static/djblets/js/jquery.gravy.backboneUtils.js
      
      
    2. 
        
    david
    1. Ship It!

    2. 
        
    chipx86
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-0.8.x (30722f3)