|
|
@@ -35,6 +35,13 @@
|
|
|
* Released under the MIT License.
|
|
|
*/
|
|
|
|
|
|
+/*!
|
|
|
+ * The buffer module from node.js, for the browser.
|
|
|
+ *
|
|
|
+ * @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
|
|
|
+ * @license MIT
|
|
|
+ */
|
|
|
+
|
|
|
/**
|
|
|
* Checks if an event is supported in the current execution environment.
|
|
|
*
|
|
|
@@ -56,10 +63,3 @@
|
|
|
* Copyright (c) 2014, Jason Chen
|
|
|
* Copyright (c) 2013, salesforce.com
|
|
|
*/
|
|
|
-
|
|
|
-/*!
|
|
|
- * The buffer module from node.js, for the browser.
|
|
|
- *
|
|
|
- * @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
|
|
|
- * @license MIT
|
|
|
- */
|