Commit 29ea1090 authored by Romain Courteaud's avatar Romain Courteaud Committed by Jérome Perrin

Typo

parent 24809d40
......@@ -219,4 +219,4 @@
path {
cursor:pointer;
}
}
\ No newline at end of file
}
/*global console, rJS, RSVP */
(function (window, rJS, RSVP) {
/*global console, RSVP */
(function (window, RSVP) {
"use strict";
window.initDocumentPageMixin = function (gadget_klass) {
......@@ -52,4 +52,4 @@
});
};
}(window, rJS, RSVP));
}(window, RSVP));
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment