This commit is contained in:
Bernhard Posselt 2013-08-06 10:46:35 +02:00
Родитель 114d98d863
Коммит b48a0308c5
2 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -10,4 +10,5 @@ script:
- sudo add-apt-repository -y ppa:chris-lea/node.js
- sudo apt-get update
- sudo apt-get -y install nodejs phantomjs
- file /usr/bin/phantomjs
- make unit-tests && make javascript-tests

Просмотреть файл

@ -1,4 +1,3 @@
(function(angular, $, moment, undefined){
/**
* ownCloud News App - v0.0.1
@ -3244,4 +3243,3 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
}).call(this);
})(window.angular, window.jQuery, window.moment);