Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
* maintenance.
Browse files Browse the repository at this point in the history
  • Loading branch information
eser committed Nov 9, 2016
1 parent 7e6a2b9 commit 860f512
Show file tree
Hide file tree
Showing 33 changed files with 154 additions and 150 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -42,13 +42,13 @@ Additionally [Anim](https://github.com/eserozvataf/laroux.js/wiki/anim), [CSS](h
The latest version is always downloadable from [releases page](https://github.com/eserozvataf/laroux.js/releases).


The required file ([laroux.min.js](//rawgit.com/eserozvataf/laroux.js/master/build/dist/web/laroux.min.js) can also be found at `rawgit.com`.
The required file ([laroux.min.js](//cdn.rawgit.com/eserozvataf/laroux.js/v2.2.0/build/dist/web/laroux.min.js) can also be found at `rawgit.com`.


Including these files would be enough to start using `laroux.js` (or `laroux.min.js`) in your web project. For example:

```html
<script src="//rawgit.com/eserozvataf/laroux.js/master/build/dist/web/laroux.min.js"></script>
<script src="//cdn.rawgit.com/eserozvataf/laroux.js/v2.2.0/build/dist/web/laroux.min.js"></script>
```


Expand Down
12 changes: 6 additions & 6 deletions build/dist/laroux-node/laroux.ajax.js
Expand Up @@ -2,7 +2,7 @@
* laroux.js - A jquery substitute for modern browsers (laroux-node bundle)
*
* @version v2.2.0
* @link https://larukedi.github.io/laroux.js
* @link https://eserozvataf.github.io/laroux.js
* @license Apache-2.0
*/
/*jslint node: true */
Expand All @@ -19,7 +19,7 @@ var _createClass = (function () { function defineProperties(target, props) { for

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }

function _inherits(subClass, superClass) { if (typeof superClass !== 'function' && superClass !== null) { throw new TypeError('Super expression must either be null or a function, not ' + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) subClass.__proto__ = superClass; }
function _inherits(subClass, superClass) { if (typeof superClass !== 'function' && superClass !== null) { throw new TypeError('Super expression must either be null or a function, not ' + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; }

function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError('Cannot call a class as a function'); } }

Expand Down Expand Up @@ -298,6 +298,8 @@ var Body = (function () {
})();

var RequestPolyfill = (function (_Body) {
_inherits(RequestPolyfill, _Body);

function RequestPolyfill(url, options) {
_classCallCheck(this, RequestPolyfill);

Expand All @@ -319,12 +321,12 @@ var RequestPolyfill = (function (_Body) {
}
}

_inherits(RequestPolyfill, _Body);

return RequestPolyfill;
})(Body);

var ResponsePolyfill = (function (_Body2) {
_inherits(ResponsePolyfill, _Body2);

function ResponsePolyfill(body, options) {
_classCallCheck(this, ResponsePolyfill);

Expand All @@ -344,8 +346,6 @@ var ResponsePolyfill = (function (_Body2) {
this.content = body;
}

_inherits(ResponsePolyfill, _Body2);

return ResponsePolyfill;
})(Body);

Expand Down
10 changes: 5 additions & 5 deletions build/dist/laroux-node/laroux.events.js
Expand Up @@ -2,7 +2,7 @@
* laroux.js - A jquery substitute for modern browsers (laroux-node bundle)
*
* @version v2.2.0
* @link https://larukedi.github.io/laroux.js
* @link https://eserozvataf.github.io/laroux.js
* @license Apache-2.0
*/
/*jslint node: true */
Expand All @@ -19,17 +19,17 @@ var events = {
},

invoke: function invoke(event) {
for (var _len = arguments.length, args = Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
args[_key - 1] = arguments[_key];
}

for (var i = 0, _length = events.delegates.length; i < _length; i++) {
var _events$delegates$i;

if (events.delegates[i].event != event) {
continue;
}

for (var _len = arguments.length, args = Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
args[_key - 1] = arguments[_key];
}

(_events$delegates$i = events.delegates[i]).callback.apply(_events$delegates$i, args);
}
}
Expand Down
2 changes: 1 addition & 1 deletion build/dist/laroux-node/laroux.helpers.js
Expand Up @@ -2,7 +2,7 @@
* laroux.js - A jquery substitute for modern browsers (laroux-node bundle)
*
* @version v2.2.0
* @link https://larukedi.github.io/laroux.js
* @link https://eserozvataf.github.io/laroux.js
* @license Apache-2.0
*/
/*jslint node: true */
Expand Down
2 changes: 1 addition & 1 deletion build/dist/laroux-node/laroux.intl.js
Expand Up @@ -2,7 +2,7 @@
* laroux.js - A jquery substitute for modern browsers (laroux-node bundle)
*
* @version v2.2.0
* @link https://larukedi.github.io/laroux.js
* @link https://eserozvataf.github.io/laroux.js
* @license Apache-2.0
*/
/*jslint node: true */
Expand Down
2 changes: 1 addition & 1 deletion build/dist/laroux-node/laroux.js
Expand Up @@ -2,7 +2,7 @@
* laroux.js - A jquery substitute for modern browsers (laroux-node bundle)
*
* @version v2.2.0
* @link https://larukedi.github.io/laroux.js
* @link https://eserozvataf.github.io/laroux.js
* @license Apache-2.0
*/
/*jslint node: true */
Expand Down
2 changes: 1 addition & 1 deletion build/dist/laroux-node/laroux.promiseObject.js
Expand Up @@ -2,7 +2,7 @@
* laroux.js - A jquery substitute for modern browsers (laroux-node bundle)
*
* @version v2.2.0
* @link https://larukedi.github.io/laroux.js
* @link https://eserozvataf.github.io/laroux.js
* @license Apache-2.0
*/
/*jslint node: true */
Expand Down
2 changes: 1 addition & 1 deletion build/dist/laroux-node/laroux.require.js
Expand Up @@ -2,7 +2,7 @@
* laroux.js - A jquery substitute for modern browsers (laroux-node bundle)
*
* @version v2.2.0
* @link https://larukedi.github.io/laroux.js
* @link https://eserozvataf.github.io/laroux.js
* @license Apache-2.0
*/
/*jslint node: true */
Expand Down
2 changes: 1 addition & 1 deletion build/dist/laroux-node/laroux.storyboard.js
Expand Up @@ -2,7 +2,7 @@
* laroux.js - A jquery substitute for modern browsers (laroux-node bundle)
*
* @version v2.2.0
* @link https://larukedi.github.io/laroux.js
* @link https://eserozvataf.github.io/laroux.js
* @license Apache-2.0
*/
/*jslint node: true */
Expand Down
2 changes: 1 addition & 1 deletion build/dist/laroux-node/laroux.templates.js
Expand Up @@ -2,7 +2,7 @@
* laroux.js - A jquery substitute for modern browsers (laroux-node bundle)
*
* @version v2.2.0
* @link https://larukedi.github.io/laroux.js
* @link https://eserozvataf.github.io/laroux.js
* @license Apache-2.0
*/
/*jslint node: true */
Expand Down
2 changes: 1 addition & 1 deletion build/dist/laroux-node/laroux.timers.js
Expand Up @@ -2,7 +2,7 @@
* laroux.js - A jquery substitute for modern browsers (laroux-node bundle)
*
* @version v2.2.0
* @link https://larukedi.github.io/laroux.js
* @link https://eserozvataf.github.io/laroux.js
* @license Apache-2.0
*/
/*jslint node: true */
Expand Down
2 changes: 1 addition & 1 deletion build/dist/laroux-node/laroux.types.js
Expand Up @@ -2,7 +2,7 @@
* laroux.js - A jquery substitute for modern browsers (laroux-node bundle)
*
* @version v2.2.0
* @link https://larukedi.github.io/laroux.js
* @link https://eserozvataf.github.io/laroux.js
* @license Apache-2.0
*/
/*jslint node: true */
Expand Down
2 changes: 1 addition & 1 deletion build/dist/laroux-node/laroux.validation.js
Expand Up @@ -2,7 +2,7 @@
* laroux.js - A jquery substitute for modern browsers (laroux-node bundle)
*
* @version v2.2.0
* @link https://larukedi.github.io/laroux.js
* @link https://eserozvataf.github.io/laroux.js
* @license Apache-2.0
*/
/*jslint node: true */
Expand Down
2 changes: 1 addition & 1 deletion build/dist/laroux-node/laroux.vars.js
Expand Up @@ -2,7 +2,7 @@
* laroux.js - A jquery substitute for modern browsers (laroux-node bundle)
*
* @version v2.2.0
* @link https://larukedi.github.io/laroux.js
* @link https://eserozvataf.github.io/laroux.js
* @license Apache-2.0
*/
/*jslint node: true */
Expand Down
2 changes: 1 addition & 1 deletion build/dist/laroux.web.mvvm/laroux.web.mvvm.js
Expand Up @@ -2,7 +2,7 @@
* laroux.js - A jquery substitute for modern browsers (laroux.web.mvvm bundle)
*
* @version v2.2.0
* @link https://larukedi.github.io/laroux.js
* @link https://eserozvataf.github.io/laroux.js
* @license Apache-2.0
*/
(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
Expand Down
2 changes: 1 addition & 1 deletion build/dist/laroux.web.mvvm/laroux.web.mvvm.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 860f512

Please sign in to comment.