Author: ygrego Date: 2015-04-20 10:30:23 +0000 (Mon, 20 Apr 2015) New Revision: 1232 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1232 Log: Switch the directory location of class "Collection". Added: oipf/js/impl/model/Collection.js Removed: oipf/js/impl/Collection.js Deleted: oipf/js/impl/Collection.js =================================================================== --- oipf/js/impl/Collection.js 2015-04-20 10:15:38 UTC (rev 1231) +++ oipf/js/impl/Collection.js 2015-04-20 10:30:23 UTC (rev 1232) @@ -1,16 +0,0 @@ -/* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. - */ - -var Collection = Array.extend({ - - item: function(index) { - return this[index]; - } - -}); - - - Copied: oipf/js/impl/model/Collection.js (from rev 1229, oipf/js/impl/Collection.js) =================================================================== --- oipf/js/impl/model/Collection.js (rev 0) +++ oipf/js/impl/model/Collection.js 2015-04-20 10:30:23 UTC (rev 1232) @@ -0,0 +1,16 @@ +/* + * To change this license header, choose License Headers in Project Properties. + * To change this template file, choose Tools | Templates + * and open the template in the editor. + */ + +var Collection = Array.extend({ + + item: function(index) { + return this[index]; + } + +}); + + +
participants (1)
-
ygregoï¼ users.nuiton.org