You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2013/05/13 22:07:16 UTC

[3/7] js commit: [windowsphone] removed unneeded platform override for notification.alert/confirm

[windowsphone] removed unneeded platform override for notification.alert/confirm


Project: http://git-wip-us.apache.org/repos/asf/cordova-js/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-js/commit/dfd5aebe
Tree: http://git-wip-us.apache.org/repos/asf/cordova-js/tree/dfd5aebe
Diff: http://git-wip-us.apache.org/repos/asf/cordova-js/diff/dfd5aebe

Branch: refs/heads/3.0.0
Commit: dfd5aebe54e1dfd58cbf24bddd5919b40a309c71
Parents: cfc5f4e
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Fri May 10 16:50:58 2013 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Fri May 10 16:50:58 2013 -0700

----------------------------------------------------------------------
 .../plugin/windowsphone/notification/plugininit.js |   23 ---------------
 1 files changed, 0 insertions(+), 23 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-js/blob/dfd5aebe/lib/windowsphone/plugin/windowsphone/notification/plugininit.js
----------------------------------------------------------------------
diff --git a/lib/windowsphone/plugin/windowsphone/notification/plugininit.js b/lib/windowsphone/plugin/windowsphone/notification/plugininit.js
deleted file mode 100644
index 38ba60f..0000000
--- a/lib/windowsphone/plugin/windowsphone/notification/plugininit.js
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- *
-*/
-
-window.alert = window.alert || require("cordova/plugin/notification").alert;
-window.confirm = window.confirm || require("cordova/plugin/notification").confirm;
-