Browse Source

+ use strict & code style

pull/126/merge
RubaXa 10 years ago
parent
commit
eefed04bc7
  1. 2
      ng-sortable.js

2
ng-sortable.js

@ -5,6 +5,8 @@
angular.module('ng-sortable', [])
.constant('$version', '0.1.0')
.directive('ngSortable', ['$parse', '$rootScope', function ($parse, $rootScope) {
"use strict";
var removed;
function getSource(el) {

Loading…
Cancel
Save